-- card: 24544 from stack: in -- bmap block id: 3851 -- flags: 0000 -- background id: 2600 -- name: ----- HyperTalk script ----- set the icon of card button id 4 to 0 -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=0 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Launch ----- HyperTalk script ----- on mouseUp visual effect barn door open go next card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=349 top=289 right=332 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseEnter set the icon of card button id 4 to 1009 play harpsichord 76 end mouseEnter on mouseLeave set the icon of card button id 4 to 0 end mouseLeave on mouseUp visual effect barn door open set the icon of card button id 4 to 0 go next card end mouseUp